Week 6
Milestones
- Adding a layer of redis on top of postgres
- Updating the relavant services to support this
- Integrating with RMQ to increase the cick_count in DB async Integrate
- Refactoring the backend code to be more modular
- Adding docString to make code more readable
- Fixes few bugs and edge cases previously missing
- Support for LINK-EXPIRY added Expiry for Links
Screenshots / Videos
Contributions
Learnings
This week i delved deep into the world of redis and RMQ. I learnt how to use redis as a cache layer on top of postgres. I also learnt how to use RMQ to make the click_count increment async. I also learnt how to use docString to make the code more readable and understandable.